home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iadfrm.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IADEFORM_H = 1;
- include("real/intact/r3intact.js")
-
-
- var R3CLID_IADEFORM = 185;
-
-
-
-
- R3IADFRMA_TransformFunc = 185500;
- function GetR3IADFRMA_TransformFunc() {
- return R3ToJS(R3Get(this.r3obj, R3IADFRMA_TransformFunc, R3TID_OBJECT, 0));
- }
-
- R3IADFRMA_MutualLastPoint = 185501;
- function GetR3IADFRMA_MutualLastPoint() {
- return R3Get(this.r3obj, R3IADFRMA_MutualLastPoint, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Iadeform () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IADEFORM, arguments);
- }
- // Attributes
- this.GetTransformFunc=GetR3IADFRMA_TransformFunc;
- this.GetMutualLastPoint=GetR3IADFRMA_MutualLastPoint;
- }
-
- r3Iadeform.prototype=new r3Intact;
- // r3iadfrm.h_H